| C1.CollectionView Assembly > C1.CollectionView Namespace : C1CollectionViewWithSource<T> Class |
The following tables list the members exposed by C1CollectionViewWithSource<T>.
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements in the collection. (Inherited from C1.CollectionView.C1ReadOnlyCollectionViewBase<T>) |
![]() | CurrentItem | Gets or sets the current item in the view. (Inherited from C1.CollectionView.C1ReadOnlyCollectionViewBase<T>) |
![]() | CurrentPosition | Gets the current position. (Inherited from C1.CollectionView.C1ReadOnlyCollectionViewBase<T>) |
![]() | HasMoreItems | Gets a value indicating whether this collection can load more items. (Inherited from C1.CollectionView.C1CollectionViewWithSource<T,T>) |
![]() | IsReadOnly | Gets a value indicating whether the ICollection is read-only. |
![]() | IsUpdating | Gets a value indicating whether the collection view is being updated. (Inherited from C1.CollectionView.C1CollectionViewWithSource<T,T>) |
![]() | Item | Gets or sets the element at the specified index in the list. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds an item to the ICollection. |
![]() | Clear | Removes all items from the ICollection. |
![]() | Contains | Determines whether the ICollection contains a specific value. |
![]() | CopyTo | Copies to collection view into an array. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from C1.CollectionView.C1ReadOnlyCollectionViewBase<T>) |
![]() | GetItemType | Gets the type of the item. (Inherited from C1.CollectionView.C1CollectionViewWithSource<T,T>) |
![]() | IndexOf | Gets the index of the specified item. (Inherited from C1.CollectionView.C1ReadOnlyCollectionViewBase<T>) |
![]() | Insert | Inserts an item to the IList at the specified index. |
![]() | LoadMoreItemsAsync | Loads more items asynchronously. (Inherited from C1.CollectionView.C1CollectionViewWithSource<T,T>) |
![]() | MoveCurrentTo | Sets the specified item in the view as the current item. (Inherited from C1.CollectionView.C1ReadOnlyCollectionViewBase<T>) |
![]() | MoveCurrentToFirst | Sets the first item in the view as the current item. (Inherited from C1.CollectionView.C1ReadOnlyCollectionViewBase<T>) |
![]() | MoveCurrentToLast | Sets the last item in the view as the current item. (Inherited from C1.CollectionView.C1ReadOnlyCollectionViewBase<T>) |
![]() | MoveCurrentToNext | Sets the item after the C1ReadOnlyCollectionViewBase<T>.CurrentItem in the view as the C1ReadOnlyCollectionViewBase<T>.CurrentItem. (Inherited from C1.CollectionView.C1ReadOnlyCollectionViewBase<T>) |
![]() | MoveCurrentToPosition | Sets the item at the specified index in the view as the current item. (Inherited from C1.CollectionView.C1ReadOnlyCollectionViewBase<T>) |
![]() | MoveCurrentToPrevious | Sets the item before the C1ReadOnlyCollectionViewBase<T>.CurrentItem in the view as the C1ReadOnlyCollectionViewBase<T>.CurrentItem. (Inherited from C1.CollectionView.C1ReadOnlyCollectionViewBase<T>) |
![]() | Remove | Removes the first occurrence of a specific object from the ICollection. |
![]() | RemoveAt | Removes the IList item at the specified index. |
| Name | Description | |
|---|---|---|
![]() | CollectionChanged | Occurs after the collection changed. (Inherited from C1.CollectionView.C1ReadOnlyCollectionViewBase<T>) |
![]() | CurrentChanged | Occurs after the current item changed. (Inherited from C1.CollectionView.C1ReadOnlyCollectionViewBase<T>) |
![]() | CurrentChanging | Occurs when the current item is changing. (Inherited from C1.CollectionView.C1ReadOnlyCollectionViewBase<T>) |
![]() | PropertyChanged | Occurs when a property value changes. (Inherited from C1.CollectionView.C1ReadOnlyCollectionViewBase<T>) |